LEADTOOLS (Leadtools assembly)

SetItem Method

Show in webframe







The 0-based index of the item to replace.
The new value of the item.
Replaces the item at the specified index.
Syntax
protected override void SetItem( 
   int index,
   T item
)
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As T _
) 
'Usage
 
Dim instance As LeadCollection(Of T)
Dim index As Integer
Dim item As T
 
instance.SetItem(index, item)
protected override void SetItem( 
   int index,
   T item
)

            

            
 function Leadtools.LeadCollection.SetItem( 
   index ,
   item 
)
protected:
void SetItem( 
   int index,
   T^ item
) override 

Parameters

index
The 0-based index of the item to replace.
item
The new value of the item.
Remarks

This method raises the CollectionChanged event with Replace action.

Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.